home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 115
/
Clickx 115.iso
/
software
/
tools
/
windows
/
tails-i386-0.16.iso
/
live
/
filesystem.squashfs
/
usr
/
share
/
perl5
/
URI
/
ssh.pm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Perl POD Document
|
2010-02-03
|
140 b
|
12 lines
package URI::ssh;
require URI::_login;
@ISA=qw(URI::_login);
# ssh://[USER@]HOST[:PORT]/SRC
sub default_port { 22 }
sub secure { 1 }
1;